How do non-coders do simple local templating to avoid redundant HTML? [closed]

Posted by Max Cantor on Pro Webmasters See other posts from Pro Webmasters or by Max Cantor
Published on 2012-06-23T23:37:22Z Indexed on 2012/06/24 3:24 UTC
Read the original article Hit count: 211

Filed under:
|
|
|
|

I'm a web developer. When I start designing a site, I use a framework to handle templating for me, even if it's just rack + erubis.

What do non-developers do? If you want to implement a site in HTML and CSS without a framework running on a webserver, without frames, and without WYSYWIG tools like Dreamweaver... how do you avoid copy-and-pasting the HTML of your navigation (for example) on every single page you're writing?

I feel stupid asking this because it seems like their must be an obvious answer, but for the life of me, I can't think of one right now.

© Pro Webmasters or respective owner

Related posts about web-hosting

Related posts about server